home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / a_to_d / bildemo / readme.dmo < prev   
Encoding:
Text File  |  1996-09-15  |  1.8 KB  |  52 lines

  1.             Blaise Install Library for Delphi
  2.  
  3. Blaise Install (BIL) is a library containing functions for creating
  4. windows install programs in Borland Delphi. BIL includes instructions 
  5. & functions for:
  6.  
  7.     - Creating directories
  8.     - Decompressing files
  9.     - Adding Drivers/Aliases to Borland Database Engine (BDE)
  10.     - Modifying INI files including
  11.         ODBC.INI, ODBCINST.INI, WIN.INI
  12.    - Add Program Items/Groups to the Windows Program manager
  13.  
  14. Blaise Install Demo can be retrieved from Compuserve Borland Delphi
  15. Forum/Library Section (3rd Party Products).  The demo version includes:  
  16.  
  17.     - General instructions on how to use library
  18.     - Limited library of install functions
  19.     - Demo of install functions
  20.  
  21. A more comprehensive version of Blaise Install is available which
  22. includes the above and the following:
  23.  
  24.     - Complete library of install functions
  25.     - Source code for library
  26.     - Examples of install programs created in Delphi
  27.  
  28. To purchase Blaise Install send $25.00 to:
  29.  
  30.         Blaise Install Library
  31.         P.O. Box 7701
  32.         Wilton, CT 06897-7701
  33.  
  34.    NOTE: CT residents include 6% sales tax
  35.          US customers add $2.00 for shipping & handling
  36.          International customers add $5.00 for shipping & handling
  37.  
  38. Support questions should be directed to Compuserve account 73112,2544.
  39.  
  40.  
  41.    Delphi is a Trade Mark of Borland International Inc
  42.    Visual Basic is a Trade Mark of Microsoft Corporation                      
  43.    Visual C++ is a Trade Mark of Microsoft Corporation                      
  44.    CompuServe is a Registered Trade Mark of CompuServe Incorporated
  45.  
  46. Instructions
  47.    - Copy all files in this zip file to a directory C:\BILDEMO
  48.    - Backup your IDAPI.CFG File
  49.    - Go into delphi
  50.    - Open project C:\BILDEMO\BILDEMO.DPR
  51.    - Compile & run the demo program
  52.